Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3792

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Version Packages #3792

merged 1 commit into from
Aug 24, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 21, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

create-cloudflare@2.2.0

Minor Changes

  • #3776 83e526b3 Thanks @dario-piotrowicz! - add final commit when generating Pages projects

    before after the user would have completed the creation of a Pages project
    they would find the Cloudflare added/modified files uncommitted, instead of
    leaving these uncommitted this change adds an extra commit (on top of the
    framework specific) which also contains some useful information about the
    project

  • #3803 9156994e Thanks @jculvey! - C3: Checks for a newer version of create-cloudflare and uses it if available. This behavior can be suppressed with the --no-auto-update flag.

Patch Changes

  • #3807 fac199ba Thanks @dario-piotrowicz! - adjusted arguments passing so that arguments following an extra -- are
    passed to the underlying cli (if any)

    For example:

    $ npm create cloudflare -- --framework=X -- -a -b
    

    now will run the framework X's cli with the -a and -b arguments
    (such arguments will be completely ignored by C3)

  • #3822 3db34519 Thanks @dario-piotrowicz! - update the frameworks' cli versions used in C3

    • @angular/cli from 16.1.x to 16.2.0
    • create-next-app from 13.4.2 to 13.4.19
    • create-remix from 1.16.0 to 1.19.3
    • gatsby from 5.10.0 to 5.11.0
    • nuxi from 3.4.2 to 3.6.5

wrangler@3.6.0

Minor Changes

Patch Changes

  • #3762 18dc7b54 Thanks @GregBrimble! - feat: Add internal wrangler pages project validate [directory] command which validates an asset directory

  • #3758 0adccc71 Thanks @jahands! - fix: Retry deployment errors in wrangler pages publish

    This will improve reliability when deploying to Cloudflare Pages

@github-actions github-actions bot requested review from a team as code owners August 21, 2023 12:30
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 7c8fb50 to 6f0ab20 Compare August 23, 2023 10:32
@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from 888273d to 334a67c Compare August 24, 2023 03:15
@mrbbot mrbbot closed this Aug 24, 2023
@mrbbot mrbbot reopened this Aug 24, 2023
@github-actions
Copy link
Contributor Author

github-actions bot commented Aug 24, 2023

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5965122750/npm-package-wrangler-3792

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5965122750/npm-package-wrangler-3792

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5965122750/npm-package-wrangler-3792 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5965122750/npm-package-cloudflare-pages-shared-3792

Note that these links will no longer work once the GitHub Actions artifact expires.


wrangler@3.6.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare 3.20230814.1 3.20230814.1
workerd 1.20230814.1 1.20230814.1

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #3792 (fd43dbc) into main (fac199b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3792   +/-   ##
=======================================
  Coverage   75.26%   75.26%           
=======================================
  Files         195      195           
  Lines       11450    11450           
  Branches     3020     3020           
=======================================
  Hits         8618     8618           
  Misses       2832     2832           

@mrbbot mrbbot closed this Aug 24, 2023
@mrbbot mrbbot reopened this Aug 24, 2023
@mrbbot mrbbot closed this Aug 24, 2023
@mrbbot mrbbot reopened this Aug 24, 2023
@mrbbot
Copy link
Contributor

mrbbot commented Aug 24, 2023

Confirmed with C3 team and @RamIdeas that we're good to release with C3 test flakes. Releasing soon. 👍

@mrbbot mrbbot merged commit bced8b3 into main Aug 24, 2023
22 of 23 checks passed
@mrbbot mrbbot deleted the changeset-release/main branch August 24, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants